home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / js / main.js next >
Encoding:
JavaScript  |  2005-04-02  |  460 b   |  20 lines

  1. /*
  2. ####################################################
  3. # Name: The Uniform Server Admin Panel 2.0 JS 1.0
  4. # Developed By: The Uniform Server Development Team
  5. # Modified Last By: Olajide Olaolorun (empirex) 
  6. # Web: http://www.uniformserver.com
  7. ####################################################
  8. */
  9.  
  10. function h(t)
  11. {
  12.     if(typeof last == "undefined")
  13.         last=document.anchors[0];
  14.         
  15.     last.className='n';
  16.     t.className='nh';
  17.     t.blur();
  18.     last=t;
  19. }
  20.